github.com/refraction-networking/utls.serverHandshakeStateTLS13.checkForResumption (method)

2 uses

	github.com/refraction-networking/utls (current package)
		handshake_server_tls13.go#L73: 	if err := hs.checkForResumption(); err != nil {
		handshake_server_tls13.go#L330: func (hs *serverHandshakeStateTLS13) checkForResumption() error {